home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / milene.swf / scripts / frame_1 / PlaceObject2_7_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  219b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    loaded = _root.getBytesLoaded();
  3.    total = _root.getBytesTotal();
  4.    this.bar._xscale = loaded / total * 100;
  5.    if(this.bar._xscale == 100)
  6.    {
  7.       _root.gotoAndPlay(2);
  8.    }
  9. }
  10.